home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / mac / PageMaker 6.5 SDK Mac / SourceCode / Includes / CIPMInfo.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-11-18  |  569 b   |  24 lines  |  [TEXT/CWIE]

  1. /**[f******************************************************************
  2.  *    cipminfo.h -- PageMaker application information interface
  3.  *    definition
  4.  *
  5.  *    Copyright (c) 1996 Adobe Systems, Inc. All Rights Reserved
  6.  *
  7.  *    
  8.  *
  9.  *
  10.  **f]******************************************************************/ 
  11.  
  12. #ifndef __CIPMINFO_H
  13. #define __CIPMINFO_H
  14.  
  15. class CIPMInfo : public CIInterface {
  16. public:
  17.     char *GetUserName()=0;
  18.     char *GetCompanyName()=0;
  19.     char *GetSerialNumber()=0;
  20.     char *GetVersionNumber()=0;
  21. //    PMLANGUAGE GetLanguageVersion()=0;    
  22. };
  23. #endif
  24.